home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 97
/
Clickx_Magazine_97_Coverdisc_cd21.iso
/
pc
/
Menu.dxr
/
00007_cursor script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-06-22
|
261 b
|
20 lines
on beginSprite me
if inside(point(the mouseH, the mouseV), sprite(me.spriteNum).rect) and not (the mouseDown) then
cursor(280)
else
cursor(0)
end if
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(0)
end
on endSprite
cursor(0)
end